home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Games: Greatest Hits 1996
/
Amiga Games: Greatest Hits 1996.iso
/
archive
/
userbox
/
publicdomain
/
edspell.lha
/
EdSpell
/
Utils
/
README
< prev
next >
Wrap
Text File
|
1996-07-28
|
1KB
|
36 lines
DelWord - Version 1.0
Martin Reddy, 1996
This directory contains the C source code and executable for the DelWord
utility. This is a very simply little program which will remove all
occurrences of a specified word from an ISpell user dictionary file. The
program is used from the shell as follows:
DelWord <word> [<userdictfile>]
If no user dictionary filename is specified, then EdSpell:Dict/UserDict.txt
will be used by default. This command will return a result of 0 if the word
was removed successfully from the dictionary, a result of 1 if the word did
not exist in the dictionary, and a result greater than 1 if an error
occurred (e.g. file not found, disk full etc).
This program is used by the DeleteWord.epxx script in order to implement
the removing of words from the user dictionary.
The source code provided has been compiled under SAS-C V6.50 and the
compiler options file has been included. However, the code is bog standard
ANSI C and so should compile under pretty much any decent C compiler.
The source code and executable is provided "as-is" and is freely available
to distribute, blah, blah, blah.
----
Martin Reddy
<M.Reddy@ed.ac.uk>